From 543b840a80a18b03c67f94d39c190c21e983a667 Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Mon, 25 Nov 2013 04:47:51 +0100 Subject: [PATCH] Broadway - Fix UNIX/Win32 detection Finally fix this check so unnecessary headers aren't needed. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 75c65ac03c..0e46de266d 100644 --- a/configure.ac +++ b/configure.ac @@ -387,7 +387,7 @@ if test "x$enable_broadway_backend" = xyes; then GDK_BACKENDS="$GDK_BACKENDS broadway" cairo_backends="$cairo_backends cairo" backend_immodules="$backend_immodules,broadway" - if test "$host_os" != "mingw*|windows*|winnt"; then + if test "$os_win32" != "yes"; then have_gio_unix=yes fi GDK_WINDOWING="$GDK_WINDOWING -- 2.30.2